home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 October / EnigmA AMIGA RUN 22 (1997)(G.R. Edizioni)(IT)[!][issue 1997-10 & 11][EAR-CD VI].iso / recent2 / fastkllr.lha / FastKiller / History.GUIDE (.txt) < prev    next >
Amigaguide Document  |  1997-09-01  |  6KB  |  133 lines

  1. HISTORY:
  2. V1.8    1-Sep-97
  3. ~~~~~~~~~~~~~~~~~
  4. - Added UnhappyNearlyNewYearSummer97 installer & dropped file.
  5.   Thanks to Adam Polkosnik for this shit.
  6.   This is a compiled REXX script supposedly written by me.
  7.   I'd love to meet the asshole who made this lame shit.
  8.   This didn't even run on any of my systems, so I was unable to produce
  9.   any infected files.
  10. - Converted docs to AmigaGuide format.
  11. - Added a list of known viruses with explanations.
  12. - When HitchHiker 2.01 was cleaned from a file, too much of the buffer
  13.   was saved, and may have created some unloadable files.
  14. - Rewrote the SaveFile() routine, so that it deletes the file first.
  15. - Added VMM3.3 & KBVirus to LoadSeg() tunneler.
  16. ----------------------------------------------------------------------------
  17. V1.7    28-Aug-97
  18. ~~~~~~~~~~~~~~~~~
  19. - Added BootShop virus installer.
  20. - Added more bootviruses. -- Fast2, Lamer Exterminator 1-7, Paradox2
  21.   Rene, SwitchOff, CopperBoot, SherLock2.0, VirKill2, Tai-Pan Chaos,
  22.   Tai-Pan LameBlame, PVL 3.0, PVL 4.0, PVL 5.0, PVL 5.1, PVL 5.3,
  23.   PVL 5.4, PVL 6.1, PVL 6.4, PVL 6.5
  24. - Fixed MAD2 bootvirus detection.
  25. - Added XFDPatch to the vector tunneller
  26. - DirWalker wouldn't abort on Ctrl-C.
  27. - DirWalker didn't obey the QUIET argument.
  28. - If a virus was found in a crunched file, and the QUIET arg was specified,
  29.   then no text would be printed.
  30. - Now restores filedate when removing link-viruses.
  31. - FVK now sets the Read & write file protection bits when removing a link
  32.   virus from a file, and restores the original status afterwards.
  33. - Removed all inline file-delete's, and replaced them with Bsr's to a
  34.   DeleteFile routine which sets the Delete bit first.
  35. - Optimised filecheck routine a little, to use jumptables instead of
  36.   multiple compares.
  37. - Boot analysis engine sometimes exited before completing the scan which
  38.   meant some bootviruses were reported as clean.
  39. - Bootblock analysis engine sometimes got stuck in an infinite loop.
  40. - Outputs some error-messages if the something goes wrong during filecheck.
  41. - Selfcheck would fail if started from DirectoryName/FastVirusKiller
  42. - BOKOR 1.05 and BOKOR 1.06 are virtually identical to check for, so now
  43.   they use just one removal routine, (They are both reported correctly though)
  44. - Fixed version string.
  45. ----------------------------------------------------------------------------
  46. V1.6    22-Aug-97
  47. ~~~~~~~~~~~~~~~~~
  48. - Self-check routine now uses a larger buffer for pathname.
  49. - Added a variant of Harry Sintonen's DirWalker routine.
  50.   The script is no longer necessary.
  51. - Rewrote text output routines.
  52.   They now generate a buffer, and print that all in one go,
  53.   instead of printing each line in three stages. (filename, packer, virusname)
  54. ----------------------------------------------------------------------------
  55. V1.5    17-Aug-97
  56. ~~~~~~~~~~~~~~~~~
  57. - Added BOKOR 1.1 virus.
  58. - Added Xtruder 3.5 trojan.
  59. - Added Drive-Music `joke'.
  60. - Added Bootfile analysis engine.
  61.   This beauty is really fast. I don't believe it can be done any faster
  62.   way. And it won't slow down much when more bootviruses are added to it.
  63. - Added over a hundred bootviruses to the bootfile engine.
  64. - Tidied docs a little.
  65. - Program now does a self-check, and removes any link-viruses that may have
  66.   been attached to it.
  67. - Removed the `FastKiller FastKiller' line from the script.
  68. ----------------------------------------------------------------------------
  69. V1.4    11-Aug-97
  70. ~~~~~~~~~~~~~~~~~
  71. - Added AmixHack trojan.
  72. - NOSAVE wasn't working.
  73. - Now distinguishes between Trojans and viruses, and prints correct name.
  74. - Misc code cleaning.
  75. - Added some small optimisations.
  76. ----------------------------------------------------------------------------
  77. V1.3    10-Aug-97
  78. ~~~~~~~~~~~~~~~~~
  79. - Corrected some strings.
  80.   BOKOR 1.01 was reported as 1.0, and 1.05 as 1.01
  81. - Added BOKOR 1.06 virus.
  82. - If NOSAVE was specified, and a virus was found, an infinite loop occured.
  83. ----------------------------------------------------------------------------
  84. V1.2    26-Jul-97
  85. ~~~~~~~~~~~~~~~~~
  86. - Added recognition for 5 more fileviruses.
  87.   - BOKOR v1.01  (Thanks to Olli-Pekka Kaikuaho for that one.)
  88.   - HitchHiker 2.01
  89.   - HitchHiker 4.11 (Thanks to Dave from IRC #Amiga for that one.)
  90.   - VirusMaker1.0
  91.   - TimeBomb 0.9
  92.   - BGS9
  93.   - Saddam 1
  94. - Improved File-scanner.
  95.    - Some internal changes that make it easier to add new viruses.
  96.    - Now handles more hunktypes Should now cause no crashes while scanning.
  97.    - If a virus is removed from a file, it now tries to decrunch the cleaned
  98.      file before rescanning.
  99.    - Sometimes didn't free filememory. Now fixed.
  100.    - Didn't  scan  new  file  after  removal  of  a  virus,  but  instead, a
  101.      messy-buffer, file is now reloaded.
  102.    - Fixed FreeMem() bug.
  103.    - Now handles Zero-byte hunks.
  104.    - Rewrote reloc-hunk parser.
  105.    - Filescanner code wasn't reentrant, now fixed.
  106. - Script now scans C:Protect too, in case the user used it to set the script
  107.   bit of `ScanDirs' while a virus was active.
  108. - Improved Memscanner
  109.    - Improved recognition of BOKOR v1.05
  110.    - If there was more than one virus in memory, FVK went into an infinite
  111.      loop. This has now been fixed.
  112.    - Now  recognises  PPLoadSeg  and SegTracker, and tunnels them to get the
  113.      LoadSeg  vector  before  they  patched  it.   If  a virus is found after
  114.      tunneling, The Vector previous to it will be restored..  Imagine..
  115.            ROM VECTOR
  116.            Virus
  117.            SegTracker
  118.            PPloadSeg
  119.      After  tunneling  PPLoadSeg  and SegTracker, the virus is found, and the
  120.      ROM  vector  will be set, so effectively, SegTracker & PPLoadSeg will be
  121.      removed.
  122. ----------------------------------------------------------------------------
  123. V1.1    4-Jul-97
  124. ~~~~~~~~~~~~~~~~
  125. - Added support for Non-crypted BOKOR 1.05 strains.
  126.   Thanks to Harry Sintonen for the hints.
  127. - Optimised BOKOR 1.05 detection in memory slightly.
  128. ----------------------------------------------------------------------------
  129. V1.0    28-Jun-97
  130. ~~~~~~~~~~~~~~~~~
  131. - Detects and cleans BOKOR 1.05 from memory and files.
  132.   Thanks to _Monk_ from IRC for that Virus.
  133.